@font-face {
    font-family: 'Lepharto';
    src: url('./assets/fonts/Lepharto-Regular.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

body{
    font-family: "Arima";
    color: #fff;
    background-color: #031620;
    font-size: clamp(16px, 1.5vw, 24px);
}

.cta{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
    max-width: 100%;
}

.cta__buttons{
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cta__text{
    width: 900px;
    max-width: 100%;
}

.hero{
    min-height: 100vh;
    display: flex;
    position: relative;
    padding: 5% 10%;
    background-image: url("./assets/images/forest.png");
    background-size: cover;
}

.title__container{
    margin-top: auto;
    margin-right: auto;
    width: 40%;
    container-type: inline-size;
}


.hero .cta__buttons{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 0;
    max-width: 80%;
}


.call__button{
    border: solid 1px white;
    padding: 12px 30px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    margin: 5px;
    text-align: center;
}
         
h1{
    display: block;
    font-size: clamp(36px, 12cqw, 128px);
    font-weight: 400;
    margin-top: auto;
    margin-right: auto;
    line-height: 1.3;
    font-family: "Lepharto", "Arima";
    text-wrap: balance;
    line-clamp: 4;
    height: 100%;
}

.hero p{
    margin-top: auto;
    margin-left: auto;
    width: 540px;
    width: 30%;
    container-type: inline-size;
    font-size: clamp(16px, 1.2cqi, 24px);
    display: -webkit-box;
}

.types{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5vmax;
    background: linear-gradient(#000B13, #07222C);
    border-top: 1px solid #fff;
    padding: 10vmax 10%;
}

h2{
    font-size: clamp(36px,8vw, 96px);
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    font-family: "Lepharto", "Arima";
}

.types__container{
    display: flex;
    justify-content: center;
    gap: 3%;
    width: 100%;
}

.type{
    border: solid 1px #fff;
    border-radius: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10%;
    width: 20%;
    aspect-ratio: 1 / 1;
    container-type: inline-size;
}

.type img{
    max-width: 40%;
    max-height: 60%;
    aspect-ratio: 1 / 1;
}

.type p{
    font-size: clamp(16px, 10cqw, 24px);
}



.info{
    display: flex;
}

.column{
    width: 50%;
    border: 1px solid white;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5%;
    gap: 10%;
    height: 800px;
    background-color: #020C13;
    font-size: clamp(16px, 1vw, 24px);
}

.column--right{
    background-image: url("./assets/images/cards.png");
    background-size: cover;
}

.column--right p{
    width: 600px;
    max-width: 100%;
}

.prices{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
}

.price{
    width: 600px;
    max-width: 100%;
    border: solid 1px #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin: 0 auto;
    align-items: center;
}

.price p {
    width: fit-content;
}

.about{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 5vmax;
    overflow: hidden;
}

.about__title{
    font-size: clamp(42px, 12vw ,200px);
    margin-bottom: -8%;
    z-index: 1;
    text-wrap: nowrap;
}

h3{
    font-family: "Lepharto", "Arima";
    font-weight: 400;
    font-size: clamp(20px, 5vw ,64px);
}

.about__rectangle{
    position: absolute;
    border: 1px solid white;
    top: 0;
    bottom: 0;
    left: 100px;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    width: 350px;
    font-size: 16px;
    padding: 20px;
    aspect-ratio: 3/2;
}

.about__circle{
    position: absolute;
    border: 1px solid white;
    top: 0;
    bottom: 0;
    right: -60px;
    border-radius: 50%;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    width: 540px;
    height: 530px;
    font-size: 16px;
    padding: 100px;
    padding-top: 380px;
}

.about__photo{
    max-width: 90%;
}

.about__subheading{
    margin-top: -2%;
    text-wrap: nowrap;
}

.about .cta{
    margin-top: 5vmax;
}

.logo__data{
    font-family: "Lepharto", "Arima";
    font-weight: 400;
}

footer{
    border-top: 1px solid #fff;
    padding: 5vmax;
}

footer h4{
    font-size: 36px;
    font-weight: 400;
}

.footer__links{
    margin-top: 60px;
    display: flex;
    gap: 30px;
}

.footer__links a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

@media(max-width: 1500px){
    .about__rectangle{
        left: 10px;
    }
    .about__circle{
        width: 350px;
        height: 350px;
        padding-top: 140px;
        padding-left: 20px;
        padding-right: 50px;
    }
}

@media(max-width: 1200px){
    .about__rectangle, .about__circle{
        display: none;
    }
}

@media(max-width: 1000px){
    .types__container{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .type{
        width: 100%;
    }
    .hero p{
        width: 40%;
    }
}

@media(max-width: 800px){
    .hero{
        flex-direction: column;
        justify-content: center;
        gap: 5vmax;
    }
    .title__container{
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .hero p{
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .hero .cta__buttons{
        top: 5%;
    }
    .info{
        flex-direction: column;
    }
    .column{
        width: 100%;
        justify-content: space-evenly;
    }
    footer{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer__links{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 700px){
    .types__container{
        width: 100%;
    }
    .type{
        width: 100%;
    }
}

@media(max-width: 600px){
    .call__button{
        width: 100%;
    }
    .column{
        padding: 10%;
    }
}


@media(max-width: 500px){
    .title__container{
        margin-top: 100px;
    }
    .types__container{
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 80%;
    }
    .cta__text{
        text-align: left;
    }
    .column{
        text-align: left;
    }
    .about{
        min-height: none;
        justify-content: center;
    }
    .about__photo{
        width: 100%;
        max-width: none;
        width: 100%;
    }
  
}